Adding graphical instructions to the docs showing how to do the cloud steps to get the demo working#14
Conversation
Bring initial development to master
Update to mbed-os-6.3.0
…T Hub from Azure's side.
| 1. Create an [Azure account](https://azure.microsoft.com/en-gb/free/) | ||
| 1. Log in to your Azure account and you should see the console below. Click on "Create a resource" | ||
|  | ||
| 1. Click on "IoT Hub" by searching in the bar as shown below | ||
|  | ||
| 1. Click on "Create" | ||
|  | ||
| 1. Fill in the details ensuring the subscription is set to "Free Trial". Choose a resource group, region, and hub name of your choosing | ||
|  | ||
| 1. Ensure "Public endpoint (all networks)" is selected then click on "Next: Size and scale" | ||
|  | ||
| 1. Ensure price is set to "Free tier" | ||
|  | ||
| 1. Add a description of your device as shown below then click "Next: Review and create" | ||
|  | ||
| 1. Click "Create" | ||
|  | ||
| 1. Click "Add and configure IoT Devices" | ||
|  | ||
| 1. Click "New" | ||
|  | ||
| 1. Give an ID name to your device then click "Save" | ||
|  | ||
| 1. Click on the device you have just created | ||
|  | ||
| 1. Copy the Primary Connection String | ||
|  |
There was a problem hiding this comment.
Thanks for the detailed step-by-step guide. But as an external service it may change over time, a guide (especially one based on screenshots) puts extra maintenance on us - especially one that's based on screenshots. Links may also change, but they are a lot easier to update.
I personally find the official guides (that we linked) from Microsoft fairly easy to follow. @ARMmbed/mbed-os-core Any thoughts?
There was a problem hiding this comment.
Agreed with @LDong-Arm; the instructions should not be repeated from the external website, it is a non necessary maintenance overhead for the configuration of a third-party SDK.
It would make sense to add more details if several configuration options are provided in the external guide but I don't think it is really applicable here.
| 1. Create an [Azure account](https://azure.microsoft.com/en-gb/free/) | ||
| 1. Log in to your Azure account and you should see the console below. Click on "Create a resource" | ||
|  | ||
| 1. Click on "IoT Hub" by searching in the bar as shown below | ||
|  | ||
| 1. Click on "Create" | ||
|  | ||
| 1. Fill in the details ensuring the subscription is set to "Free Trial". Choose a resource group, region, and hub name of your choosing | ||
|  | ||
| 1. Ensure "Public endpoint (all networks)" is selected then click on "Next: Size and scale" | ||
|  | ||
| 1. Ensure price is set to "Free tier" | ||
|  | ||
| 1. Add a description of your device as shown below then click "Next: Review and create" | ||
|  | ||
| 1. Click "Create" | ||
|  | ||
| 1. Click "Add and configure IoT Devices" | ||
|  | ||
| 1. Click "New" | ||
|  | ||
| 1. Give an ID name to your device then click "Save" | ||
|  | ||
| 1. Click on the device you have just created | ||
|  | ||
| 1. Copy the Primary Connection String | ||
|  |
There was a problem hiding this comment.
Agreed with @LDong-Arm; the instructions should not be repeated from the external website, it is a non necessary maintenance overhead for the configuration of a third-party SDK.
It would make sense to add more details if several configuration options are provided in the external guide but I don't think it is really applicable here.
No description provided.